home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / idl / bonobo-2.0 / Bonobo_Sample_Echo.idl < prev    next >
Encoding:
Text File  |  2009-03-09  |  219 b   |  17 lines

  1. /*
  2.  *  Sample file that demostrates how to create new
  3.  * Bonobo interfaces.
  4.  */
  5.  
  6. #include <Bonobo.idl>
  7.  
  8. module Bonobo {
  9. module Sample {
  10.   
  11.     interface Echo : Bonobo::Unknown {
  12.         void echo (in string message);
  13.     };
  14.  
  15. };
  16. };
  17.